home *** CD-ROM | disk | FTP | other *** search
/ ETO Development Tools 4 / ETO Development Tools 4.iso / Tools - Objects / MacApp / MacApp 3.0a2 / Tools / MABuildtool.MAMake < prev    next >
Text File  |  1991-05-01  |  1KB  |  42 lines

  1. # Copyright © 1984-1991 by Apple Computer, Inc.  All rights reserved.
  2. # MABuild.MAMake
  3.  
  4. ToolName = MABuildTool
  5.  
  6. Creator = 'MPS '
  7.  
  8. # propagate dependencies back to the script's commando interface
  9. DummyCommand = 
  10. "{ObjApp}{ToolName}"                ƒƒ    ∂
  11.                                     "{ObjApp}MABuild"
  12.     {DummyCommand}
  13.  
  14. # propagate the dependencies back to the script's commando interface
  15. "{ObjApp}MABuild"                    ƒ                                            ∂
  16.                                     "{SrcApp}MABuild.r"
  17.     {MAEcho} {EchoOptions} "Duplicating    MABuild"
  18.     Duplicate "{MATools}MABuild" "{ObjApp}" -y
  19.     {MAEcho} {EchoOptions} "Rezzing:       MABuild.r"
  20.     SET XToolStartTime `DATE -n`
  21.     {MARez} ∂
  22.         -d MAIncludeOtherViewTypes={MAIncludeOtherViewTypes} ∂
  23.         -d MAViewTypesSrc={MAOtherViewTypesSrc} ∂
  24.         -i "{SrcApp}" ∂
  25.         -i "{MARIncludes}" ∂
  26.         -o "{ObjApp}MABuild" ∂
  27.         -s "{ObjApp}" ∂
  28.         -s "{MALibraries}{SeparateObjectsFolder}" ∂
  29.         -s "{SrcApp}" ∂
  30.         -a ∂
  31.         {RezOptions} ∂
  32.         {OtherRezOptions} ∂
  33.         "{SrcApp}MABuild.r"
  34.     IF "{XTimes}"
  35.         {MAEcho} {EchoOptions} Elapsed time: `evaluate ∂`DATE -n ∂` - {XToolStartTime}` seconds
  36.     END
  37.  
  38.  
  39. # the following line will get you some source for the commando interface
  40. #derez MABuild "{RIncludes}Cmdo.r" "{RIncludes}Types.r" -m 80 -only 'cmdo' >MABuild.recovered.r
  41.  
  42.